home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 October / EnigmA AMIGA RUN 22 (1997)(G.R. Edizioni)(IT)[!][issue 1997-10 & 11][EAR-CD VI].iso / recent1 / imagefx.rdm < prev    next >
Text File  |  1997-09-12  |  1KB  |  44 lines

  1. Short:        Send pictures to ImageFX from DOpus 5.5+
  2. Author:       swedane@algonet.se (Tommy Jensen)
  3. Uploader:     swedane@algonet.se (Tommy Jensen)
  4. Version:      1.0
  5. Type:         biz/dopus
  6. Requires:     Directory Opus 5.5+, ImageFX 2.6+
  7. Distribution: Public Domain (PD)
  8.  
  9. This is an ARexx script for use with the filemanagment tool 
  10. Directory Opus 5.5+ and the image processing program ImageFX.
  11.  
  12. Installation:
  13.  X Simply copy the script to DOpus5:ARexx or wherever ju keep
  14.    your Opus ARexx scipts.
  15.  
  16.  X Then call it as:
  17.    <AREXX>DOpus5:ARexx/ImageFX.dopus5
  18.  
  19.  X If your ImageFX path is other than ImageFX:ImageFX you have to change
  20.    the ImageFX parameter in the script to your ImageFX path.
  21.  
  22.  X Finished.
  23.  
  24. This is a script made to send pictures from DOpus into ImageFX with several
  25. features.
  26.  
  27.  1 If ImageFX is not loaded you will be asked if you wish to load it.
  28.  
  29.  2 If ImageFX is loaded the script will check the buffer and return the 
  30.    current project name in a requester so you can choose if you want it 
  31.    to be overwritten.
  32.  
  33.  3 A progress indicator so you know what's going on.
  34.  
  35. Please report any bugs or tips for improvement of this script.
  36.  
  37. ARexx is © William S. Hawes
  38. Directory Opus is © Jonathan Potter & GPSoftware
  39. ImageFX is © Nova Design, Inc.
  40.  
  41. P.S. If you recognize some parts of the script (namely the verision check),
  42.      it's because if stolen that code from some other script.
  43.      I see no point in reinventing the wheel.
  44.